PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentToCSettings Class / setParentStructureElementForTableOfContents Method
A com.o2sol.pdf4java.logicalstructure.PDFStructureElement object representing the parent for the structure elements that define the table of contents.
In This Topic
    setParentStructureElementForTableOfContents Method
    In This Topic
    Sets the parent structure element for the table of contents.
    Syntax
    public void setParentStructureElementForTableOfContents( 
       PDFStructureElement value
    )

    Parameters

    value
    A com.o2sol.pdf4java.logicalstructure.PDFStructureElement object representing the parent for the structure elements that define the table of contents.
    See Also